net/http.http2Transport.connPool (method)
7 uses
net/http (current package)
h2_bundle.go#L7763: func (t *http2Transport) connPool() http2ClientConnPool {
h2_bundle.go#L8056: cc, err := t.connPool().GetClientConn(req, addr)
h2_bundle.go#L8100: t.connPool().MarkDead(cc)
h2_bundle.go#L8114: if cp, ok := t.connPool().(http2clientConnPoolIdleCloser); ok {
h2_bundle.go#L9876: cc.t.connPool().MarkDead(cc)
h2_bundle.go#L9880: cc.t.connPool().MarkDead(cc)
h2_bundle.go#L10495: cc.t.connPool().MarkDead(cc)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)